fromPlatform
open fun fromPlatform(@Nullable platformMetadata: Notification.BubbleMetadata): NotificationCompat.BubbleMetadata(source)
Converts a platform-level Notification.BubbleMetadata to a NotificationCompat.BubbleMetadata.
Return
a NotificationCompat.BubbleMetadata containing the same data if platformMetadata is non-null, otherwise null.
Parameters
platformMetadata
the Notification.BubbleMetadata to convert